home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / personal / tbag.zip / APPSETUP.INF < prev    next >
INI File  |  1996-02-04  |  4KB  |  92 lines

  1. [dialog]
  2.     caption = "Travel Bag 2.6 Installation"
  3.         iconname, "TBAG.ICO"
  4.         Info, no                ;Determines whether the introductory dialog
  5.                                 ;will be displayed. NO hides it
  6.         DirSelect, yes          ;Determines whether the dir prompt dialog
  7.                                 ;will be displayed. NO hides it
  8.         Browse, yes             ; Determines whether the browse button is displayed
  9.         Infowidth, 50
  10.         Infolength, 50
  11.  
  12. [data]
  13.     defdir, C:\tbag26
  14.  
  15. ; -------------------------------------------------------------
  16. [disks]
  17.     1 =., "TRAVEL BAG INSTALL DISK"
  18. [needed.space]
  19.     minspace = 150000
  20. [dest.directories]
  21.     #app.main,    0:
  22. [app.main]
  23.     1:TBAG.HLP,         "TRAVEL Bag HELP FILE"
  24.     1:TBAG.ICO,         "TRAVEL Bag ICON"
  25.     1:TBAG.TXT,         "TRAVEL BAG INFO"
  26.     1:REGISTER.ICO,    " ICON"
  27.     1:FILE_ID.DIZ,      "SHORT DESCRIPTION"
  28.     1:INVOICE.TXT,      "Order Form"
  29.     1:AOL9600.ICO,      "AOL"
  30.     1:AOL9600.HLP,
  31. [PROGMAN.GROUPS]
  32.     "Travel Bag", TRAVELB.GRP
  33. ["Travel Bag"]
  34.     "Travel Bag", "#W\WINHELP.EXE #D\TBAG.HLP", "#D\TBAG.ICO"
  35.     "Registration Form","#W\NOTEPAD.EXE #D\INVOICE.TXT", "#D\REGISTER.ICO"
  36.     "AOL Phone Numbers", "#W\WINHELP.EXE #D\AOL9600.HLP", "#D\AOL9600.ICO"
  37. [Options]
  38.         Logging, YES        ; If this option is set to YES, then a log file will
  39.         LogName, "#D\IWARE.LOG"; The name of the file that install info will be written to
  40.         DirChg, yes             ; If this option is set to NO, the Install directory
  41.         OverWrite, YES          ; This option determines what the default setting of
  42.  
  43. ;-----ReBoot/ReStart Section------
  44. ; Make sure you enable ONLY one of
  45. ; these options. If bother are enabled,
  46. ; a ReBoot will occur automatically.
  47.  
  48.      Restart, YES               ; If this option is set to YES, the user will be
  49.                                         ; prompted to restart Windows.  If set to NO, it will
  50.                                         ; just happen (the developer should warn about this
  51.                                         ; at the beginning of the install).  If the field is not
  52.                                         ; present, then no restart will occur.
  53.  
  54. ;    Reboot, YES                        ; If this option is set to YES, the user will be
  55.                                         ; prompted to reboot the system.  If set to NO, it will
  56.                                         ; just happen (the developer should warn about this
  57.                                         ; at the beginning of the install).  If the field is not
  58.                                         ; present, then no reboot will occur.
  59.  
  60.     RestartString, "The system should be rebooted/restarted whenever you install something.  Would you like to do this now?"
  61.                                                 ; This field MUST be present if you use either of the
  62.                                                 ; reboot/restart fields.
  63.  
  64. ; -------------------------------------------------------------
  65. ; WINDOW
  66. ; -------------------------------------------------------------
  67. ; This section allows for describing the InstallWare backdrop window.
  68. ; The format is different for each field.
  69. ; -------------------------------------------------------------
  70.  
  71. [Window]
  72.         Focus, NO               ;If set to YES, the window stays on top,
  73.                                         ;keeping the user focused on the installation.
  74.         Show, YES               ;If set to YES, the backdrop window is shown
  75.                                         ;Otherwise, it is not and all other vars are ignored.
  76.         Style, full     ;If set to FULL, no caption is displayed.
  77.         Color, blue     ;Options are gradients of RED, GREEN, and
  78.                                         ;BLUE (which is the default)
  79.  
  80.         MessageShadowShift, 2   ; the shift value of the message shadow
  81.         MessageSColor, 0,0,192          ; Text Color (RGB)
  82.         MessageColor, 0,0,144   ; Shadow Text Color
  83.         Message, "Travel Valet is the upgrade for Travel Bag"     ;This message is shown in the window
  84.         Caption, "Travel Valet" ;This message is shown in the caption
  85.  
  86.         MessageLoc, bottom ;Location of the Message string: TOP or BOTTOM
  87.         InitialBMP, "TVALET.BMP"
  88.         InitialBMPX, 50
  89.         InitialBMPY, 4
  90.  
  91.  
  92.